home *** CD-ROM | disk | FTP | other *** search
/ Gigantic Games 2 / Gigantic Games 2.iso / pc / _p_ / puzzle / dmakefile next >
Makefile  |  1994-12-22  |  184b  |  9 lines

  1. # DMakefile for PUZZLE
  2. # (c)Copyright 1992-93 by Tobias Ferber,  All Rights Reserved
  3.  
  4. CC= dcc
  5. CFLAGS= -1.3 -s
  6.  
  7. puzzle: puzzle.c
  8.   $(CC) $(CFLAGS) -DTEST -l newlook -o %(left) %(right)
  9.